Html Css Color HEX #BDDFE4 Onahau

📋 copy color: '#BDDFE4'

red 189 ◦ green 223 ◦ blue 228

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

Shades of Onahau #BDDFE4

Tints of Onahau #BDDFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.63%

R = 29.53%
G = 34.84%
B = 35.63%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDDFE4 (or 0xBDDFE4) is known color: Onahau. HEX triplet: BD, DF and E4. RGB value is (189,223,228). Sum of RGB (Red+Green+Blue) = 189+223+228=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFE4 is #42201B. Grayscale: #D5D5D5. Windows color (decimal): -4333596 or 14999485. OLE color: 14999485.

HSL color Cylindrical-coordinate representation of color #BDDFE4: hue angle of 187.69º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDFE4 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 223 228 -
CMYK 0.17 0.02 0 0.11
HSL 187.69º 0.42% 0.82% -
HSV(B) 187.69º 0.17% 0.89% -
XYZ 61.38 69.2 83.52 -
YUV 213.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 189 223 228 0.17 0.02 0 0.11 187.69 0.42 0.82
Hex BD DF E4 11 2 0 B BC 2A 52
Octal 275 337 344 21 2 0 13 274 52 122
Binary 10111101 11011111 11100100 10001 10 0 1011 10111100 101010 1010010

Color Harmonies of #BDDFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFE4

Black with #BDDFE4

Text Example


Text Example

White with #BDDFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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