Html Css Color HEX #BDE0F2 Onahau

📋 copy color: '#BDE0F2'

red 189 ◦ green 224 ◦ blue 242

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

Shades of Onahau #BDE0F2

Tints of Onahau #BDE0F2

RGB

 RED value IS 189 (74.22% from 255) = 28.85%

 GREEN value IS 224 (87.89% from 255) = 34.2%

 BLUE value IS 242 (94.92% from 255) = 36.95%

R = 28.85%
G = 34.2%
B = 36.95%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDE0F2 (or 0xBDE0F2) is known color: Onahau. HEX triplet: BD, E0 and F2. RGB value is (189,224,242). Sum of RGB (Red+Green+Blue) = 189+224+242=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0F2 is #421F0D. Grayscale: #D7D7D7. Windows color (decimal): -4333326 or 15917245. OLE color: 15917245.

HSL color Cylindrical-coordinate representation of color #BDE0F2: hue angle of 200.38º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE0F2 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 224 242 -
CMYK 0.22 0.07 0 0.05
HSL 200.38º 0.67% 0.85% -
HSV(B) 200.38º 0.22% 0.95% -
XYZ 63.67 70.54 94.26 -
YUV 215.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 189 224 242 0.22 0.07 0 0.05 200.38 0.67 0.85
Hex BD E0 F2 16 7 0 5 C8 43 55
Octal 275 340 362 26 7 0 5 310 103 125
Binary 10111101 11100000 11110010 10110 111 0 101 11001000 1000011 1010101

Color Harmonies of #BDE0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0F2

Black with #BDE0F2

Text Example


Text Example

White with #BDE0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0F2; }

 p { color: rgb(189,224,242); }

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

background-color css

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

 a { background-color: rgb(189,224,242); }

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

border-color css

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

 span { border-color: rgb(189,224,242); }

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