Html Css Color HEX #BDE2EE Onahau

📋 copy color: '#BDE2EE'

red 189 ◦ green 226 ◦ blue 238

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

Shades of Onahau #BDE2EE

Tints of Onahau #BDE2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.61%

 BLUE value IS 238 (93.36% from 255) = 36.45%

R = 28.94%
G = 34.61%
B = 36.45%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE2EE (or 0xBDE2EE) is known color: Onahau. HEX triplet: BD, E2 and EE. RGB value is (189,226,238). Sum of RGB (Red+Green+Blue) = 189+226+238=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2EE is #421D11. Grayscale: #D8D8D8. Windows color (decimal): -4332818 or 15655613. OLE color: 15655613.

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

Color convert

RGB 189 226 238 -
CMYK 0.21 0.05 0 0.07
HSL 194.69º 0.59% 0.84% -
HSV(B) 194.69º 0.21% 0.93% -
XYZ 63.62 71.38 91.31 -
YUV 216.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 189 226 238 0.21 0.05 0 0.07 194.69 0.59 0.84
Hex BD E2 EE 15 5 0 7 C3 3B 54
Octal 275 342 356 25 5 0 7 303 73 124
Binary 10111101 11100010 11101110 10101 101 0 111 11000011 111011 1010100

Color Harmonies of #BDE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2EE

Black with #BDE2EE

Text Example


Text Example

White with #BDE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2EE; }

 p { color: rgb(189,226,238); }

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

background-color css

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

 a { background-color: rgb(189,226,238); }

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

border-color css

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

 span { border-color: rgb(189,226,238); }

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