Html Css Color HEX #BDEAF1 Onahau

📋 copy color: '#BDEAF1'

red 189 ◦ green 234 ◦ blue 241

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

Shades of Onahau #BDEAF1

Tints of Onahau #BDEAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.24%

 BLUE value IS 241 (94.53% from 255) = 36.3%

R = 28.46%
G = 35.24%
B = 36.3%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDEAF1 (or 0xBDEAF1) is known color: Onahau. HEX triplet: BD, EA and F1. RGB value is (189,234,241). Sum of RGB (Red+Green+Blue) = 189+234+241=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAF1 is #42150E. Grayscale: #DDDDDD. Windows color (decimal): -4330767 or 15854269. OLE color: 15854269.

HSL color Cylindrical-coordinate representation of color #BDEAF1: hue angle of 188.08º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEAF1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 234 241 -
CMYK 0.22 0.03 0 0.05
HSL 188.08º 0.65% 0.84% -
HSV(B) 188.08º 0.22% 0.95% -
XYZ 66.29 76.02 94.4 -
YUV 221.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 189 234 241 0.22 0.03 0 0.05 188.08 0.65 0.84
Hex BD EA F1 16 3 0 5 BC 41 54
Octal 275 352 361 26 3 0 5 274 101 124
Binary 10111101 11101010 11110001 10110 11 0 101 10111100 1000001 1010100

Color Harmonies of #BDEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAF1

Black with #BDEAF1

Text Example


Text Example

White with #BDEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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