Html Css Color HEX #BDDDEF Onahau

📋 copy color: '#BDDDEF'

red 189 ◦ green 221 ◦ blue 239

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

Shades of Onahau #BDDDEF

Tints of Onahau #BDDDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.83%

R = 29.12%
G = 34.05%
B = 36.83%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDDDEF (or 0xBDDDEF) is known color: Onahau. HEX triplet: BD, DD and EF. RGB value is (189,221,239). Sum of RGB (Red+Green+Blue) = 189+221+239=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDEF is #422210. Grayscale: #D5D5D5. Windows color (decimal): -4334097 or 15719869. OLE color: 15719869.

HSL color Cylindrical-coordinate representation of color #BDDDEF: hue angle of 201.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDDEF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 221 239 -
CMYK 0.21 0.08 0 0.06
HSL 201.6º 0.61% 0.84% -
HSV(B) 201.6º 0.21% 0.94% -
XYZ 62.42 68.76 91.64 -
YUV 213.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 189 221 239 0.21 0.08 0 0.06 201.6 0.61 0.84
Hex BD DD EF 15 8 0 6 CA 3D 54
Octal 275 335 357 25 10 0 6 312 75 124
Binary 10111101 11011101 11101111 10101 1000 0 110 11001010 111101 1010100

Color Harmonies of #BDDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDEF

Black with #BDDDEF

Text Example


Text Example

White with #BDDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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