Html Css Color HEX #BDEBEE Onahau

📋 copy color: '#BDEBEE'

red 189 ◦ green 235 ◦ blue 238

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

Shades of Onahau #BDEBEE

Tints of Onahau #BDEBEE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.5%

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

R = 28.55%
G = 35.5%
B = 35.95%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDEBEE (or 0xBDEBEE) is known color: Onahau. HEX triplet: BD, EB and EE. RGB value is (189,235,238). Sum of RGB (Red+Green+Blue) = 189+235+238=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBEE is #421411. Grayscale: #DDDDDD. Windows color (decimal): -4330514 or 15657917. OLE color: 15657917.

HSL color Cylindrical-coordinate representation of color #BDEBEE: hue angle of 183.67º 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 #BDEBEE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 235 238 -
CMYK 0.21 0.01 0 0.07
HSL 183.67º 0.59% 0.84% -
HSV(B) 183.67º 0.21% 0.93% -
XYZ 66.13 76.41 92.15 -
YUV 221.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 189 235 238 0.21 0.01 0 0.07 183.67 0.59 0.84
Hex BD EB EE 15 1 0 7 B8 3B 54
Octal 275 353 356 25 1 0 7 270 73 124
Binary 10111101 11101011 11101110 10101 1 0 111 10111000 111011 1010100

Color Harmonies of #BDEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBEE

Black with #BDEBEE

Text Example


Text Example

White with #BDEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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