Html Css Color HEX #BDE0ED Onahau

📋 copy color: '#BDE0ED'

red 189 ◦ green 224 ◦ blue 237

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

Shades of Onahau #BDE0ED

Tints of Onahau #BDE0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.46%

R = 29.08%
G = 34.46%
B = 36.46%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE0ED (or 0xBDE0ED) is known color: Onahau. HEX triplet: BD, E0 and ED. RGB value is (189,224,237). Sum of RGB (Red+Green+Blue) = 189+224+237=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0ED is #421F12. Grayscale: #D6D6D6. Windows color (decimal): -4333331 or 15589565. OLE color: 15589565.

HSL color Cylindrical-coordinate representation of color #BDE0ED: hue angle of 196.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE0ED is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 224 237 -
CMYK 0.20 0.05 0 0.07
HSL 196.25º 0.57% 0.84% -
HSV(B) 196.25º 0.2% 0.93% -
XYZ 62.93 70.24 90.36 -
YUV 215.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 189 224 237 0.20 0.05 0 0.07 196.25 0.57 0.84
Hex BD E0 ED 14 5 0 7 C4 39 54
Octal 275 340 355 24 5 0 7 304 71 124
Binary 10111101 11100000 11101101 10100 101 0 111 11000100 111001 1010100

Color Harmonies of #BDE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0ED

Black with #BDE0ED

Text Example


Text Example

White with #BDE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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