Html Css Color HEX #BDE1E4 Onahau

📋 copy color: '#BDE1E4'

red 189 ◦ green 225 ◦ blue 228

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

Shades of Onahau #BDE1E4

Tints of Onahau #BDE1E4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.05%

 BLUE value IS 228 (89.45% from 255) = 35.51%

R = 29.44%
G = 35.05%
B = 35.51%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDE1E4 (or 0xBDE1E4) is known color: Onahau. HEX triplet: BD, E1 and E4. RGB value is (189,225,228). Sum of RGB (Red+Green+Blue) = 189+225+228=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDE1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1E4 is #421E1B. Grayscale: #D6D6D6. Windows color (decimal): -4333084 or 14999997. OLE color: 14999997.

HSL color Cylindrical-coordinate representation of color #BDE1E4: hue angle of 184.62º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE1E4 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 225 228 -
CMYK 0.17 0.01 0 0.11
HSL 184.62º 0.42% 0.82% -
HSV(B) 184.62º 0.17% 0.89% -
XYZ 61.92 70.27 83.7 -
YUV 214.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 189 225 228 0.17 0.01 0 0.11 184.62 0.42 0.82
Hex BD E1 E4 11 1 0 B B9 2A 52
Octal 275 341 344 21 1 0 13 271 52 122
Binary 10111101 11100001 11100100 10001 1 0 1011 10111001 101010 1010010

Color Harmonies of #BDE1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1E4

Black with #BDE1E4

Text Example


Text Example

White with #BDE1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1E4; }

 p { color: rgb(189,225,228); }

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

background-color css

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

 a { background-color: rgb(189,225,228); }

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

border-color css

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

 span { border-color: rgb(189,225,228); }

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