Html Css Color HEX #BDDFED Onahau

📋 copy color: '#BDDFED'

red 189 ◦ green 223 ◦ blue 237

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

Shades of Onahau #BDDFED

Tints of Onahau #BDDFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.36%

 BLUE value IS 237 (92.97% from 255) = 36.52%

R = 29.12%
G = 34.36%
B = 36.52%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDDFED (or 0xBDDFED) is known color: Onahau. HEX triplet: BD, DF and ED. RGB value is (189,223,237). Sum of RGB (Red+Green+Blue) = 189+223+237=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFED is #422012. Grayscale: #D6D6D6. Windows color (decimal): -4333587 or 15589309. OLE color: 15589309.

HSL color Cylindrical-coordinate representation of color #BDDFED: hue angle of 197.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDFED is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 223 237 -
CMYK 0.20 0.06 0 0.07
HSL 197.5º 0.57% 0.84% -
HSV(B) 197.5º 0.2% 0.93% -
XYZ 62.66 69.71 90.27 -
YUV 214.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 189 223 237 0.20 0.06 0 0.07 197.5 0.57 0.84
Hex BD DF ED 14 6 0 7 C6 39 54
Octal 275 337 355 24 6 0 7 306 71 124
Binary 10111101 11011111 11101101 10100 110 0 111 11000110 111001 1010100

Color Harmonies of #BDDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFED

Black with #BDDFED

Text Example


Text Example

White with #BDDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFED; }

 p { color: rgb(189,223,237); }

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

background-color css

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

 a { background-color: rgb(189,223,237); }

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

border-color css

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

 span { border-color: rgb(189,223,237); }

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