Html Css Color HEX #BDE2E6 Onahau

📋 copy color: '#BDE2E6'

red 189 ◦ green 226 ◦ blue 230

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

Shades of Onahau #BDE2E6

Tints of Onahau #BDE2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.66%

R = 29.3%
G = 35.04%
B = 35.66%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDE2E6 (or 0xBDE2E6) is known color: Onahau. HEX triplet: BD, E2 and E6. RGB value is (189,226,230). Sum of RGB (Red+Green+Blue) = 189+226+230=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDE2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2E6 is #421D19. Grayscale: #D7D7D7. Windows color (decimal): -4332826 or 15131325. OLE color: 15131325.

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

Color convert

RGB 189 226 230 -
CMYK 0.18 0.02 0 0.10
HSL 185.85º 0.45% 0.82% -
HSV(B) 185.85º 0.18% 0.9% -
XYZ 62.47 70.92 85.26 -
YUV 215.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 189 226 230 0.18 0.02 0 0.10 185.85 0.45 0.82
Hex BD E2 E6 12 2 0 A BA 2D 52
Octal 275 342 346 22 2 0 12 272 55 122
Binary 10111101 11100010 11100110 10010 10 0 1010 10111010 101101 1010010

Color Harmonies of #BDE2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2E6

Black with #BDE2E6

Text Example


Text Example

White with #BDE2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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