Html Css Color HEX #BDDDEA Onahau

📋 copy color: '#BDDDEA'

red 189 ◦ green 221 ◦ blue 234

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

Shades of Onahau #BDDDEA

Tints of Onahau #BDDDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.32%

 BLUE value IS 234 (91.8% from 255) = 36.34%

R = 29.35%
G = 34.32%
B = 36.34%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDDDEA (or 0xBDDDEA) is known color: Onahau. HEX triplet: BD, DD and EA. RGB value is (189,221,234). Sum of RGB (Red+Green+Blue) = 189+221+234=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDEA is #422215. Grayscale: #D4D4D4. Windows color (decimal): -4334102 or 15392189. OLE color: 15392189.

HSL color Cylindrical-coordinate representation of color #BDDDEA: hue angle of 197.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDDEA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 221 234 -
CMYK 0.19 0.06 0 0.08
HSL 197.33º 0.52% 0.83% -
HSV(B) 197.33º 0.19% 0.92% -
XYZ 61.69 68.47 87.81 -
YUV 212.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 189 221 234 0.19 0.06 0 0.08 197.33 0.52 0.83
Hex BD DD EA 13 6 0 8 C5 34 53
Octal 275 335 352 23 6 0 10 305 64 123
Binary 10111101 11011101 11101010 10011 110 0 1000 11000101 110100 1010011

Color Harmonies of #BDDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDEA

Black with #BDDDEA

Text Example


Text Example

White with #BDDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDEA; }

 p { color: rgb(189,221,234); }

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

background-color css

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

 a { background-color: rgb(189,221,234); }

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

border-color css

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

 span { border-color: rgb(189,221,234); }

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