Html Css Color HEX #BDDFE5 Onahau

📋 copy color: '#BDDFE5'

red 189 ◦ green 223 ◦ blue 229

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

Shades of Onahau #BDDFE5

Tints of Onahau #BDDFE5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.79%

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 29.49%
G = 34.79%
B = 35.73%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDDFE5 (or 0xBDDFE5) is known color: Onahau. HEX triplet: BD, DF and E5. RGB value is (189,223,229). Sum of RGB (Red+Green+Blue) = 189+223+229=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFE5 is #42201A. Grayscale: #D5D5D5. Windows color (decimal): -4333595 or 15065021. OLE color: 15065021.

HSL color Cylindrical-coordinate representation of color #BDDFE5: hue angle of 189º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDFE5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 223 229 -
CMYK 0.17 0.03 0 0.10
HSL 189º 0.43% 0.82% -
HSV(B) 189º 0.17% 0.9% -
XYZ 61.52 69.25 84.25 -
YUV 213.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 189 223 229 0.17 0.03 0 0.10 189 0.43 0.82
Hex BD DF E5 11 3 0 A BD 2B 52
Octal 275 337 345 21 3 0 12 275 53 122
Binary 10111101 11011111 11100101 10001 11 0 1010 10111101 101011 1010010

Color Harmonies of #BDDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFE5

Black with #BDDFE5

Text Example


Text Example

White with #BDDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFE5; }

 p { color: rgb(189,223,229); }

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

background-color css

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

 a { background-color: rgb(189,223,229); }

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

border-color css

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

 span { border-color: rgb(189,223,229); }

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