Html Css Color HEX #BDE7EA Onahau

📋 copy color: '#BDE7EA'

red 189 ◦ green 231 ◦ blue 234

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

Shades of Onahau #BDE7EA

Tints of Onahau #BDE7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.32%

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 28.9%
G = 35.32%
B = 35.78%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDE7EA (or 0xBDE7EA) is known color: Onahau. HEX triplet: BD, E7 and EA. RGB value is (189,231,234). Sum of RGB (Red+Green+Blue) = 189+231+234=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7EA is #421815. Grayscale: #DADADA. Windows color (decimal): -4331542 or 15394749. OLE color: 15394749.

HSL color Cylindrical-coordinate representation of color #BDE7EA: hue angle of 184º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE7EA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 231 234 -
CMYK 0.19 0.01 0 0.08
HSL 184º 0.52% 0.83% -
HSV(B) 184º 0.19% 0.92% -
XYZ 64.41 73.91 88.71 -
YUV 218.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 189 231 234 0.19 0.01 0 0.08 184 0.52 0.83
Hex BD E7 EA 13 1 0 8 B8 34 53
Octal 275 347 352 23 1 0 10 270 64 123
Binary 10111101 11100111 11101010 10011 1 0 1000 10111000 110100 1010011

Color Harmonies of #BDE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7EA

Black with #BDE7EA

Text Example


Text Example

White with #BDE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7EA; }

 p { color: rgb(189,231,234); }

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

background-color css

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

 a { background-color: rgb(189,231,234); }

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

border-color css

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

 span { border-color: rgb(189,231,234); }

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