Html Css Color HEX #BEF5FD Onahau

📋 copy color: '#BEF5FD'

red 190 ◦ green 245 ◦ blue 253

#BEF5FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BEF5FD

Tints of Onahau #BEF5FD

RGB

 RED value IS 190 (74.61% from 255) = 27.62%

 GREEN value IS 245 (96.09% from 255) = 35.61%

 BLUE value IS 253 (99.22% from 255) = 36.77%

R = 27.62%
G = 35.61%
B = 36.77%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEF5FD (or 0xBEF5FD) is known color: Onahau. HEX triplet: BE, F5 and FD. RGB value is (190,245,253). Sum of RGB (Red+Green+Blue) = 190+245+253=688 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.62% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5FD is #410A02. Grayscale: #E5E5E5. Windows color (decimal): -4262403 or 16643518. OLE color: 16643518.

HSL color Cylindrical-coordinate representation of color #BEF5FD: hue angle of 187.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEF5FD is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 245 253 -
CMYK 0.25 0.03 0 0.01
HSL 187.62º 0.94% 0.87% -
HSV(B) 187.62º 0.25% 0.99% -
XYZ 71.62 83.34 105.24 -
YUV 229.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 190 245 253 0.25 0.03 0 0.01 187.62 0.94 0.87
Hex BE F5 FD 19 3 0 1 BC 5E 57
Octal 276 365 375 31 3 0 1 274 136 127
Binary 10111110 11110101 11111101 11001 11 0 1 10111100 1011110 1010111

Color Harmonies of #BEF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF5FD

Black with #BEF5FD

Text Example


Text Example

White with #BEF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF5FD; }

 p { color: rgb(190,245,253); }

 H1.HeaderClassName
 {
   color: #BEF5FD;
 }
 .AnyTagClassName
 {
   color: #BEF5FD;
 }
</style>

background-color css

<style>
 a { background-color: #BEF5FD; }

 a { background-color: rgb(190,245,253); }

 div.DivClassName
 {
   background-color: #BEF5FD;
 }
 .BgClassName
 {
   background-color: #BEF5FD;
 }
</style>

border-color css

<style>
 span { border-color: #BEF5FD; }

 span { border-color: rgb(190,245,253); }

 td.TdClassName
 {
   border-color: #BEF5FD;
 }
 .TagClassName
 {
   border-color: #BEF5FD;
 }
</style>